html {
    background-color: lavenderblush;
}

@font-face {
    font-family: "LilitaOne";
    src: url("Fonts/lilita-one/LilitaOne-Regular.ttf") format('truetype');
}
p {
    font-family: "LilitaOne";
    font-size: 16pt;
    letter-spacing: 2%;
    word-spacing: 10%;
}
.body {
    margin-left: 100px;
    margin-right: 100px;
}
header {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    text-align: center;
    font-size: 1.6em;
    background-color: lightpink;
    background-image: url("Assets/IMG_6049-Enhanced-NR.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}
header h1 {
    color: white;
    text-shadow: 2px -2px 0 #333, 4px -2px 0 #000, 4px -2px 0 #000, 2px -2px 0 #000;
    padding: 80px;
}
header nav ul {
    background-color: lightpink;
    padding: 20px;
    border-bottom: solid black 2px;
    position: sticky;
    top: 0;
}
header nav ul li {
    font-weight: bolder;
    display: inline;
    margin-right: 80px;
    margin-left: 80px;
    font-size: 18px;
}
header nav ul li a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration:wavy underline;
    color: black;
    
}
.LIFTINTRO {
    background-color:peachpuff;
    border-radius: 25px;
    padding: 10px;
}
.LIFTINTRO img {
    float: left;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    border-radius: 25px;
}
.LIFTINTRO::after {
    content: "";
    display: block;
    clear: both;
}
.WINDOW-CONTAINER {
height: 500px;
display: flex;
justify-content: center;
align-items: center;
}

.WINDOW {
    width: 100%;
    height: 480px;
    background-image: url("Assets/Chapel Pic.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-left: -100px;
    margin-right: -100px;
    width: calc(100% + 30%);
    text-align: center;
    color: white;
}

.WINDOW h2 {
    font-size: 26pt;
    text-shadow: 2px -2px 0 #333, 4px -2px 0 #000, 4px -2px 0 #000, 2px -2px 0 #000;
}

/* Staff Style */

.subhead {
    text-align: center;
    font-size: 24pt;
    text-decoration: underline;
    
}

h3 {
    font-size: 20pt;
    text-align: center;
}

.ROW1 {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.ROW1 .COL {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 40px;
}

.COL p {
    font-family: "LilitaOne";
    text-align: center;
    font-size: 18pt;
    letter-spacing: 0%;
    word-spacing: 10%;
}

.pfp {
   width: 100%;
    max-width: 250px;
    height: 250px;
    min-height: 50px;
    object-fit: cover;
    border-radius: 25%;
    margin-left: 40px;
}

/* History Styling */

.LIFTINTRO2 {
    background-color:rgb(255, 154, 216);
    border-radius: 25px;
    padding: 10px;
}
.LIFTINTRO2 img {
    float: left;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    border-radius: 25px;
}
.LIFTINTRO2::after {
    content: "";
    display: block;
    clear: both;
}



/* About Page Styling */

.LIFTINTRO3 .Aboutimage {
    float: left;
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    border-radius: 25px;
}

.LIFTINTRO .About  {
    font-size: 20pt;
    line-height: 1.6;
    text-align: left;}

.Aboutbutton {
    background-color: lightpink;
    width: 200px;
    height: 50px;
    float: right;
    border-radius: 5px;
    border: solid black 3px;
}
.Aboutbutton:hover {
    background-color: goldenrod;
    cursor: pointer;
}

/* Application Style */

